ÿþ<html> <head> <meta http-equiv="Content-Language" content="pl"> <title>VEMI - Hodowla Shih-Tzu</title> <META NAME="Author" CONTENT="zora"> <META http-equiv="Reply-to" CONTENT="zora@vp.pl"> <META NAME="Description" CONTENT="VEMI - Hodowla Shih-Tzu"> <META NAME="Keywords" CONTENT="zora, webdesign, szablony z psami, Zora Designs - Szablon Shih-Tzu"> <META NAME="Language" CONTENT="PL"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <STYLE>BODY { SCROLLBAR-ARROW-COLOR: #F0CC88; SCROLLBAR-TRACK-COLOR: #704020; SCROLLBAR-BASE-COLOR: #704020; scrollbar-dark-shadow-color: #704020 } </STYLE> <style fprolloverstyle>A:hover {color: #EFEFA5; font-family: Verdana; font-weight: bold} </style> </head> <body background="tlo_pod.jpg" bgcolor="#704428" link="#D0C088" vlink="#E9E1C7" alink="#D0C088" text="#EFEFA5"> <div align="center"> <script language="javascript" type="text/javascript" src="http://www.statdraw.pl/stats.js.php?user=vemi"></script> <center> <table border="1" cellpadding="0" cellspacing="12" width="85%" bordercolorlight="#915833" bordercolordark="#492E1B" background="border_ciemny.jpg" style="border-collapse: collapse"> <tr> <td width="100%"> <div align="center"> <table border="0" cellpadding="0" cellspacing="1" width="100%" background="border_zloty.jpg"> <tr> <td width="100%"> <div align="center"> <table border="1" cellpadding="0" cellspacing="12" width="100%" bordercolorlight="#915833" bordercolordark="#492E1B" background="border_ciemny.jpg"> <tr> <td width="100%"> <div align="center"> <table border="0" cellpadding="25" cellspacing="0" width="100%" background="tlo.jpg"> <tr> <td width="100%"> <div align="center"> <table border="1" cellpadding="0" cellspacing="12" width="100%" bordercolorlight="#915833" bordercolordark="#492E1B" background="tlo.jpg"> <tr> <td width="100%"> <table border="0" cellspacing="0" style="border-collapse: collapse" width="100%" cellpadding="0" id="AutoNumber1"> <tr> <td width="10%" valign="top"> <img border="0" src="rog_lg.gif" width="62" height="62"></td> <td width="81%" rowspan="3"> <p align="center" style="margin-top: 0; margin-bottom: 0"> &nbsp;</p> <p align="center" style="margin-top: 0; margin-bottom: 0"> &nbsp;</p> <p align="center" style="margin-top: 0; margin-bottom: 0"> &nbsp;</p> <p align="center" style="margin-top: 0; margin-bottom: 0"> &nbsp;</p> <p align="center" style="margin-top: 0; margin-bottom: 0"> <img border="0" src="logo.jpg" width="487" height="234"></p> <p align="center" style="margin-top: -15; margin-bottom: 0"> &nbsp;</p> <p align="center" style="margin-top: 0; margin-bottom: 0"> &nbsp;</p> <p align="center" style="margin-top: 0; margin-bottom: 0"> <a target="_self" href="index1.html"> <img border="0" src="wejscie.jpg" width="171" height="59"></a></p> </td> <td width="9%" valign="top"> <p align="right"> <img border="0" src="rog_pg.gif" width="62" height="62"></td> </tr> <tr> <td width="10%">&nbsp;</td> <td width="9%">&nbsp;</td> </tr> <tr> <td width="10%" valign="bottom"> <img border="0" src="rog_ld.gif" width="62" height="62"></td> <td width="9%" valign="bottom"> <p align="right"> <img border="0" src="rog_pd.gif" width="62" height="62"></td> </tr> </table> </td> </tr> </table> </div> </td> </tr> </table> </div> </td> </tr> </table> </div> </td> </tr> </table> </div> </td> </tr> </table> </div> <script language="JavaScript1.2"> /****************************************** * Snow Effect Script- By Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html) * Visit Dynamic Drive (http://www.dynamicdrive.com/) for full source code * Modified Dec 31st, 02' by DD. This notice must stay intact for use ******************************************/ //Configure below to change URL path to the snow image var snowsrc="kwiat1.gif" // Configure below to change number of snow to render var no = 6; var ns4up = (document.layers) ? 1 : 0; // browser sniffer var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 600; if (ns4up||ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ns4up) { // set layers if (i == 0) { document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><a href=\"http://dynamicdrive.com/\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src='"+snowsrc+"' border=\"0\"><\/layer>"); } } else if (ie4up||ns6up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>"); } } } function snowNS() { // Netscape main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowNS()", 10); } function snowIE_NS6() { // IE and NS6 main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = ns6up?window.innerWidth : document.body.clientWidth; doc_height = ns6up?window.innerHeight : document.body.clientHeight; } dx[i] += stx[i]; if (ie4up){ document.all["dot"+i].style.pixelTop = yp[i]; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } else if (ns6up){ document.getElementById("dot"+i).style.top=yp[i]; document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i]); } } setTimeout("snowIE_NS6()", 10); } if (ns4up) { snowNS(); } else if (ie4up||ns6up) { snowIE_NS6(); } </script> </body> </html>